home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / AppMaker 2.0b3 / Demo AppMaker 1.5 / Demo AppMaker™ / Demo AppMaker™.rsrc / TmpC_204_Window.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-08  |  617 b   |  22 lines

  1. /* %filename% */
  2. /* Created %date% %time% by AppMaker */
  3.  
  4. #include "Globals.h"
  5.  
  6. /*----------*/
  7. void    Open%WindName%%        %(Str255        fName,
  8.                              short            vRefNum,
  9.                              short            fRefNum);
  10. void    Close%WindName%%    %(void);
  11. void    Control%WindName%%    %(ControlHandle    whichControl,
  12.                               short             whichPart,
  13.                              Point            where);
  14. void    MouseIn%WindName%%    %(Point            where,
  15.                              short            modifiers);
  16. void    TypeIn%WindName%%    %(char            ch);
  17. void    Update%WindName%%    %(void);
  18. void    Activate%WindName%%    %(Boolean        activate);
  19. void    Resize%WindName%%    %(void);
  20. pascal void Scroll%WindName%%    %(short        newValue,
  21.                                   short        oldValue);
  22.